home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 4
/
MacFormat n. 4 (Spain)
/
MacFormat 4.bin
/
Demos
/
Dazzleoids
/
SHARED.DIR
/
00843.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-10-13
|
331 b
|
16 lines
on mouseUp
global lastSpot
thislocation()
if char 2 of word 1 of string(lastSpot) = "1" then
puppetSound("WaitLoop")
play frame "ender"
go(1, "S1Map")
else
if char 2 of word 1 of string(lastSpot) = "2" then
puppetSound("WaitLoop")
play frame "ender"
go(1, "S2Map")
end if
end if
end